Package | de.gecco |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/pregnancy-status |
Url | https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/pregnancy-status |
Version | 1.0.4 |
Status | active |
Date | 2020-10-29 |
Name | PregnancyStatus |
Title | Pregnancy Status |
Experimental | False |
Description | This profile constrains the Observation resource to represent the pregnancy status. |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-edd-uv-ips | Observation Pregnancy - Expected Delivery Date (IPS) |
http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-edd-uv-ips | Observation (Pregnancy: EDD) |
https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/pregnancy-status | Pregnancy Status |
{
"resourceType" : "StructureDefinition",
"id" : "gecco-observation-pregnancy-status",
"url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/pregnancy-status",
"version" : "1.0.4",
"name" : "PregnancyStatus",
"title" : "Pregnancy Status",
"status" : "active",
"date" : "2020-10-29",
"publisher" : "Charité",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
}
]
}
],
"description" : "This profile constrains the Observation resource to represent the pregnancy status.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.code",
"path" : "Observation.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82810-3"
}
]
},
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"fixedUri" : "http://loinc.org"
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"fixedCode" : "82810-3"
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x].extension",
"path" : "Observation.effective[x].extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.effective[x].extension:dataAbsentReason",
"path" : "Observation.effective[x].extension",
"sliceName" : "dataAbsentReason",
"short" : "effective[x] absence reason",
"definition" : "Provides a reason why the effectiveTime is missing.",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/data-absent-reason"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "Pregnant | Not pregnant | Unknown",
"valueSet" : "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/pregnancy-status"
}
},
{
"id" : "Observation.value[x]:valueCodeableConcept",
"path" : "Observation.value[x]",
"sliceName" : "valueCodeableConcept",
"type" : [
{
"code" : "CodeableConcept"
}
]
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding",
"path" : "Observation.value[x].coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueLoinc",
"path" : "Observation.value[x].coding",
"sliceName" : "valueLoinc",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://loinc.org"
},
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueLoinc.system",
"path" : "Observation.value[x].coding.system",
"min" : 1
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueLoinc.code",
"path" : "Observation.value[x].coding.code",
"min" : 1
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueSnomed",
"path" : "Observation.value[x].coding",
"sliceName" : "valueSnomed",
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct"
}
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueSnomed.system",
"path" : "Observation.value[x].coding.system",
"min" : 1
},
{
"id" : "Observation.value[x]:valueCodeableConcept.coding:valueSnomed.code",
"path" : "Observation.value[x].coding.code",
"min" : 1
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0",
"mustSupport" : false
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0",
"mustSupport" : false
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0",
"mustSupport" : false
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0",
"mustSupport" : false
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"short" : "Expected Delivery Date",
"definition" : "A reference to the Expected Delivery Date Observation.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-pregnancy-edd-uv-ips"
]
}
]
},
{
"id" : "Observation.hasMember.reference",
"path" : "Observation.hasMember.reference",
"min" : 1
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0",
"mustSupport" : false
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.